home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / demos / ampro.zip / AUTOTUNE.MNU < prev    next >
Text File  |  1992-10-14  |  6KB  |  310 lines

  1. LOGO
  2.     OFFSET    16,16
  3.     NAME    "vmi.lgo"
  4.     HUES
  5. END
  6.  
  7. BACKGROUND
  8.     COLOR    31,127,0
  9.     PATTERN
  10.         0x0,0x0,0x1c70,0x3c78,
  11.         0x7c7c,0x783c,0x783c,
  12.         0x783c,0x711c,0x711c,0x739c,
  13.         0x638c,0x638c,0x67cc,0x2388,0x0
  14.     END
  15. END
  16.  
  17. MENU
  18.     NAME    0 "AutoMate Setup"
  19.     TYPE    UP_DOWN
  20.     POS    CENTER_X, CENTER_Y
  21.     OFFSET    0,0
  22.     OPTIONS
  23.         1 "Tool Settings"
  24.         2 "Menu Colors"
  25.         3 "Palette"
  26.         4 "Button Functions"
  27.         5 "Screen-Saver"
  28.         6 "Options"
  29.         7 "Quit"
  30.     END
  31.  
  32.     HELP
  33.         POS    LEFT DOWN
  34.         OFFSET    10,-10
  35.         TEXT
  36.             "Use the <UP> and <DOWN> cursor keys to select the"
  37.             "desired menu item."
  38.             ""
  39.             "Press <ENTER> to activate the selected item."
  40.         END
  41.     END
  42. END
  43.  
  44. MENU
  45.     NAME    1 "Tool Setup"
  46.     TYPE    UP_DOWN
  47.     POS    LEFT, DOWN
  48.     OFFSET    10,-10
  49.     OPTIONS
  50.         0 "Background Color"
  51.         1 "Grid Color"
  52.         2 "Crosshair Color"
  53.         3 "Pickbox Color"
  54.         4 "Crosshair Size"
  55.     END
  56.  
  57.     HELP
  58.         POS    LEFT UP
  59.         OFFSET    10,10
  60.         TEXT
  61.             "Use the <UP> and <DOWN> cursor keys to select the"
  62.             "desired menu item."
  63.             ""
  64.             "<ENTER> - edit the desired item"
  65.             "<ESC>   - return to main menu"
  66.             "<F1>    - reset all entries to the default settings"
  67.         END
  68.     END
  69. END
  70.  
  71. MENU
  72.     NAME    2 "Menu Colors"
  73.     TYPE    UP_DOWN SIDE_SIDE
  74.     POS    LEFT DOWN
  75.     OFFSET    10,-10
  76.     OPTIONS
  77.         0 "Text"
  78.         1 "Back"
  79.         2 "Border"
  80.     END
  81.     OPTIONS
  82.         0 "Command"
  83.         1 "Menu"
  84.         2 "Status"
  85.         3 "Alert"
  86.         4 "Menu bar"
  87.         5 "Pull-down"
  88.         6 "Dialog"
  89.     END
  90.  
  91.     HELP
  92.         POS    LEFT UP
  93.         OFFSET    10,10
  94.         TEXT
  95.             "Use the <UP>, <DOWN>, <LEFT>, and <RIGHT> cursor keys"
  96.             "to select the desired item to change."
  97.             ""
  98.             "<ENTER> - edit the desired item"
  99.             "<ESC>   - return to main menu"
  100.             "<F1>    - reset all entries to the default settings"
  101.         END
  102.     END
  103.  
  104.     AUX_TEXT
  105.         0 "Command: Command_Area"
  106.         1 "Menu Area"
  107.         2 "Status Area"
  108.         3 "Alert Box"
  109.         4 "Menu-line"
  110.         5 "Pull-down Menu"
  111.         6 "Dialog Box"
  112.     END
  113. END
  114.  
  115. MENU
  116.     NAME    3 "Color Edit"
  117.     TYPE    SIDE_SIDE
  118.     POS    LEFT, CENTER_Y
  119.     OFFSET    100,-10
  120.     OPTIONS
  121.         0 "Red"
  122.         1 "Green"
  123.         2 "Blue"
  124.     END
  125.  
  126.     HELP
  127.         POS    LEFT UP
  128.         OFFSET    10,10
  129.         TEXT
  130.             "Use the <LEFT> and <RIGHT> cursor keys to select the"
  131.             "desired color component (red, green, or blue) to change."
  132.             ""
  133.             "<PGUP,UP>  - increase selected color component"
  134.             "<PGDN,DN>  - decrease selected color component"
  135.             "<F1>       - reset all color entries to the default"
  136.             "<ESC>      - return to Color Palette menu"
  137.         END
  138.     END
  139. END
  140.  
  141. MENU
  142.     NAME    4 "Button Functions"
  143.     TYPE    UP_DOWN
  144.     POS    LEFT, CENTER_Y
  145.     OFFSET    10,-10
  146.     OPTIONS
  147.         0 "VMI Menu Button"
  148.         1 "Birdseye Button"
  149.         3 "RealTime Button"
  150.         4 "QuickMenu Button"
  151.         2 "Magnifier Button"
  152.     END
  153.  
  154.     HELP
  155.         POS    LEFT UP
  156.         OFFSET    10,10
  157.         TEXT
  158.             "Use the <UP>, <DOWN>, <LEFT> and <RIGHT> cursor keys"
  159.             "to select the desired function to map."
  160.             ""
  161.             "<ENTER> - change mapping of selected function"
  162.             "<ESC>   - return to main menu"
  163.             "<F1>    - reset all entries to the default settings"
  164.             "<F2>    - enable/disable button selected button"
  165.         END
  166.     END
  167.  
  168.     AUX_TEXT
  169.         0 "VMI Menu"
  170.         1 "Birdseye"
  171.         3 "RealTime"
  172.         4 "QuickMenu"
  173.         2 "Magnifier"
  174.         6 "Reserved"
  175.     END
  176. END
  177.  
  178. MENU
  179.     NAME    5 "Screen-Saver"
  180.     TYPE    UP_DOWN SWITCH
  181.     POS    CENTER_X,CENTER_Y
  182.     OFFSET    0,0
  183.     OPTIONS
  184.         0 "Off"
  185.         1 "1 minute"
  186.         2 "2 minutes"
  187.         5 "5 minutes"
  188.         10 "10 minutes"
  189.         99 "Dimmer mode"
  190.     END
  191.  
  192.     HELP
  193.         POS    LEFT UP
  194.         OFFSET    10,10
  195.         TEXT
  196.             "Use the <UP> and <DOWN> cursor keys to select the"
  197.             "desired screen-saver time or mode.   The screen-saver"
  198.             "will blank your display when AutoCAD has been inactive"
  199.             "for more than the specified number of minutes"
  200.             ""
  201.             "If you select dimmer mode, the screen will be blanked by"
  202.             "reducing the intensity of the on-screen colors.  If you"
  203.             "turn dimmer mode off, the screen will be entirely blanked."
  204.             ""
  205.             "<ENTER> - toggle slected item"
  206.             "<ESC>   - return to main menu"
  207.             "<F1>    - reset all switches to the default values"
  208.         END
  209.     END
  210. END
  211.  
  212. MENU
  213.     NAME    6 "Options"
  214.     TYPE    UP_DOWN SWITCH
  215.     POS    CENTER_X,CENTER_Y
  216.     OFFSET    0,0
  217.     OPTIONS
  218.         0 "True-Clean"
  219.         1 "On-screen Icons"
  220.         2 "Dual Display"
  221.         3 "Small Text"
  222.                 4 "Clear Screen on Exit"
  223.                 5 "32 Bit Display List"
  224.                 6 "Text Screen in a Window"
  225.                 7 "Viewport RenderReady"
  226.                 8 "ToolBar Active"
  227.     END
  228.  
  229.     HELP
  230.         POS    LEFT UP
  231.         OFFSET    10,10
  232.         TEXT
  233.             "Use the <UP> and <DOWN> cursor keys to select the"
  234.             "desired item to change."
  235.             ""
  236.             "<ENTER> - toggle slected item"
  237.             "<ESC>   - return to main menu"
  238.             "<F1>    - reset all switches to the default values"
  239.         END
  240.     END
  241. END
  242.  
  243. MENU
  244.     NAME    7 "Save Configuration?"
  245.     TYPE    UP_DOWN
  246.     POS    CENTER_X,CENTER_Y
  247.     OFFSET    0,0
  248.     OPTIONS
  249.         0 "No"
  250.         1 "Yes"
  251.     END
  252.  
  253.     HELP
  254.         POS    LEFT UP
  255.         OFFSET    10,10
  256.         TEXT
  257.             "Use the <UP> and <DOWN> cursor keys to select whether"
  258.             "or not you want to save current configuration before"
  259.             "exiting AutoTune"
  260.             ""
  261.             "<ENTER> - exit program"
  262.             "<ESC>   - return to main menu"
  263.         END
  264.     END
  265. END
  266.  
  267. MENU
  268.     NAME    10 "Color Palette"
  269.     TYPE    UP_DOWN
  270.     POS    RIGHT,CENTER_Y
  271.     OFFSET    -10,0
  272.  
  273.     HELP
  274.         POS    LEFT UP
  275.         OFFSET    10,10
  276.         TEXT
  277.             "Use the <UP>, <DOWN>, <LEFT> and <RIGHT> cursor keys"
  278.             "to select the desired color."
  279.             ""
  280.             "<ENTER> - pick the selected color"
  281.             "<ESC>   - return to previous menu with no color changes"
  282.         END
  283.     END
  284. END
  285.  
  286. MENU
  287.     NAME    11 "Digitizer Button Mapping"
  288.     TYPE    UP_DOWN
  289.     POS    RIGHT,CENTER_Y
  290.     OFFSET    -10,0
  291.  
  292.     HELP
  293.         POS    LEFT UP
  294.         OFFSET    10,10
  295.         TEXT
  296.             "Use the <UP>, <DOWN>, <LEFT> and <RIGHT> cursor keys"
  297.             "to select the desired digitizer button. Note that"
  298.             "starred (*) button functions require a double-click."
  299.             ""
  300.             "<ENTER> - use selected digitizer button for function"
  301.             "<ESC>   - return to previous menu with no button changes"
  302.             "<F1>    - swap double-click buttons"
  303.         END
  304.     END
  305. END
  306.  
  307.  
  308. END
  309.  
  310.